Auto merge of #1803 - tafia:patch-1, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 13 Jul 2015 16:47:21 +0000 (16:47 +0000)
committerbors <bors@rust-lang.org>
Mon, 13 Jul 2015 16:47:21 +0000 (16:47 +0000)
commitaa6967ff4603ecef43001fa3862b98af6a759663
tree98d92e2d8a482ac4cc1e8688d73469333bdf6ba6
parent15b497b10c8261f09f15130595f696fcf29c3619
parentb0f432296fe273af86f55450b3e2bdb453f5ed18
Auto merge of #1803 - tafia:patch-1, r=alexcrichton

This is a very tiny optimization ...

An unnecessary clone was done because of matching on a tuple.
Checking items separately avoids it entirely.